home *** CD-ROM | disk | FTP | other *** search
/ Aminet 41 / Aminet 41 (2001)(Schatztruhe)[!][Feb 2001].iso / Aminet / comm / net / tf02.lha / TinyFugue / docs / ReadMe_Amiga.txt < prev    next >
Text File  |  1996-04-12  |  4KB  |  100 lines

  1.  
  2.  
  3.                     ATinyFugue V0.2ß (April 10th, 1997)
  4.                     -----------------------------------
  5.                         (c) 1996 by Sven Tegethoff
  6.  
  7. 1. Introduction
  8. ---------------
  9.  
  10. Welcome to the second beta-prerelease of TinyFugue for the Amiga!
  11.  
  12. Since now, it's only a quick-and-dirty straightforward port of the original
  13. Unix/OS2 version, but stay tuned, there's still more to come. There are
  14. propably still zillions of silly bugs in this version, so don't panic if
  15. something does not work as expected :-)
  16.  
  17. This version of TinyFugue is maintained by Sven Tegethoff, aka "Radjah" on
  18. FurryMUCK. If you want to contact me for bugreports, suggestions or for
  19. obtaining a copy of the sourcecode according to the GNU License, then you can
  20. reach me by email, the address is cheetah@ius.gun.de.
  21.  
  22. ATinyFugue is based on TinyFugue V3.5 alpha 9 by Ken Keys ("hawkeye@tcp.com").
  23. TinyFugue versions 1.5.3 and earlier were written by Greg Hudson
  24. ("Explorer_Bob"). TinyFugue was intially derived from tinytalk, a unix
  25. client written by Anton Rang ("Tarrant") and modified by Leo Plotkin
  26. ("Grod").
  27.  
  28. My current job doesn't leave me much time to work on TF, unfortunately,
  29. so please don't be disappointed if I shpouldn't be able to immediately
  30. react on every input, but don't worry, each bug report or suggestion
  31. will be answered and stored for later processing...
  32.  
  33. 2. Requirements
  34. ---------------
  35.  
  36. TinyFuge needs the following things to run properly:
  37.  
  38. - AmiTCP or AS255/I-Net (It will even run without either of
  39.   them, but a MUD client with no connection to a network doesn't
  40.   make much of a sense, does it ?)
  41. - ixemul.library V43.0 or higher
  42. - ixnet.library V1.0 or higher (should be included in ixemul archive)
  43. - etc:termcap installed and envarc:term set to "amiga"
  44. - A stack of at least 64000 bytes. (I don't trust GCC's
  45.   automatic stack extension...)
  46.  
  47. 3. Installation
  48. ---------------
  49.  
  50. Before installing TinyFugue, don't forget to install the newest version of
  51. ixemul.library (at least Version 43 is required). You can get ixemul from
  52. aminet, it can be found in the dev/gcc directory.
  53.  
  54. First of all, copy the "termcap" file into your s: directory,
  55. and add the line:
  56.  
  57. assign etc: s:
  58.  
  59. to your user-startup. If you have the GNU C Compiler installed, you can
  60. skip that part, since it's already part of the GCC distribution. The next
  61. step is copying the complete "TinyFugue" directory onto your harddisk. Then
  62. type
  63.  
  64. echo >envarc:term "amiga"
  65.  
  66. and reset your Amiga. That's all. Now you can start tf by changing to your
  67. installation directory, setting the stack size with "stack 64000" and start
  68. the main executable "tf".
  69.  
  70. 4. Known Bugs
  71. -------------
  72.  
  73. - Window Size changes are not detected yet. The Window Size will only be
  74.   detected once at the start of the program. You can set the environment-
  75.   Variables LINES and COLUMNS to set a fixed window size.
  76.  
  77. Due to a minor HD crash, I've lost some older bugreports :-((( Could anybody
  78. who reported bugs please email them again to my address below ? Thanks!
  79.  
  80. 5. Bug Reports
  81. --------------
  82.  
  83. email to: cheetah@ius.gun.de (Sven Tegethoff)
  84.  
  85. 6.History
  86. ---------
  87.  
  88. V0.1ß: - First release.
  89.  
  90. V0.2ß: - recompiled using GCC 2.7.0
  91.        - Now supports both AmiTCP and AS225 through ixnet.library.
  92.        - Should be compatible with MLink now. (not tested)
  93.        - Keboard input delays fixed.
  94.        - Cursor keys are now working.
  95.        - Removed some provisorical hacks from V0.1ß, hopefully making
  96.          things behave more stable.
  97.        - default filenames for worlds, hilites etc. do no longer
  98.          begin with "~/".
  99.        - Some minor cosmetic changes.
  100.